home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSPELLOPTIONDIALOGSSCE / TSPELLOPTIONDIALOGSSCE.txt
Text File  |  2004-10-12  |  3KB  |  127 lines

  1. object SpellOptionDialogSSCE: TSpellOptionDialogSSCE
  2.   Left = 118
  3.   Top = 71
  4.   HelpContext = 14022
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Spell Checking Options'
  8.   ClientHeight = 247
  9.   ClientWidth = 510
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object cbIgnoreCaps: TCheckBox
  22.     Left = 8
  23.     Top = 16
  24.     Width = 410
  25.     Height = 17
  26.     Caption = 'Ignore capitalised &words (e.g., Europe)'
  27.     TabOrder = 0
  28.   end
  29.   object cbIgnoreAllCaps: TCheckBox
  30.     Left = 8
  31.     Top = 32
  32.     Width = 410
  33.     Height = 17
  34.     Caption = 'Ignore &all-caps words (e.g., FYI)'
  35.     TabOrder = 1
  36.   end
  37.   object cbIgnoreNumbers: TCheckBox
  38.     Left = 8
  39.     Top = 48
  40.     Width = 410
  41.     Height = 17
  42.     Caption = 'Ignore words with &numbers (e.g., Win32)'
  43.     TabOrder = 2
  44.   end
  45.   object cbIgnoreMixed: TCheckBox
  46.     Left = 8
  47.     Top = 64
  48.     Width = 410
  49.     Height = 17
  50.     Caption = 'Ignore words with mi&xed case (e.g., SuperBase)'
  51.     TabOrder = 3
  52.   end
  53.   object cbCase: TCheckBox
  54.     Left = 8
  55.     Top = 80
  56.     Width = 410
  57.     Height = 17
  58.     Caption = '&Case-sensitive'
  59.     TabOrder = 4
  60.   end
  61.   object cbPhonetic: TCheckBox
  62.     Left = 8
  63.     Top = 96
  64.     Width = 410
  65.     Height = 17
  66.     Caption = '&Phonetic suggestions'
  67.     TabOrder = 5
  68.   end
  69.   object cbTypo: TCheckBox
  70.     Left = 8
  71.     Top = 112
  72.     Width = 410
  73.     Height = 17
  74.     Caption = '&Typographical suggestions'
  75.     TabOrder = 6
  76.   end
  77.   object cbSplit: TCheckBox
  78.     Left = 8
  79.     Top = 128
  80.     Width = 410
  81.     Height = 17
  82.     Caption = 'Suggest split wor&ds'
  83.     TabOrder = 7
  84.   end
  85.   object cbAutoCorrect: TCheckBox
  86.     Left = 8
  87.     Top = 144
  88.     Width = 410
  89.     Height = 17
  90.     Caption = 'A&uto correct'
  91.     TabOrder = 8
  92.   end
  93.   object rgSuggest: TRadioGroup
  94.     Left = 8
  95.     Top = 168
  96.     Width = 418
  97.     Height = 73
  98.     Caption = 'Suggestions'
  99.     ItemIndex = 1
  100.     Items.Strings = (
  101.       '&Fast but less accurate'
  102.       '&Moderately fast and accurate'
  103.       '&Slow but accurate')
  104.     TabOrder = 9
  105.   end
  106.   object bOK: TButton
  107.     Left = 424
  108.     Top = 8
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'OK'
  112.     Default = True
  113.     ModalResult = 1
  114.     TabOrder = 10
  115.   end
  116.   object bCancel: TButton
  117.     Left = 424
  118.     Top = 48
  119.     Width = 75
  120.     Height = 25
  121.     Cancel = True
  122.     Caption = 'Cancel'
  123.     ModalResult = 2
  124.     TabOrder = 11
  125.   end
  126. end
  127.